home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / I-J / If Monks had Macs....cpt / If Monks had Macs... / Meat & Conversation / background_33642.txt < prev    next >
Text File  |  1992-02-09  |  2KB  |  111 lines

  1. -- background: 33642 from stack: in
  2. -- bmap block id: 33809
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: miscBkgnd
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=12 top=12 right=322 bottom=249
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 216
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 14
  19. -- part name: Description
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=268 top=12 right=307 bottom=500
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 216
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 14
  33. -- part name: Description
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 81
  38. -- high flags: 2004
  39. -- rect: left=263 top=201 right=254 bottom=506
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 216
  44. -- text size: 14
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: yippee
  48.  
  49.  
  50. -- part 6 (button)
  51. -- low flags: 00
  52. -- high flags: A004
  53. -- rect: left=307 top=256 right=282 bottom=386
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 216
  58. -- text size: 14
  59. -- style flags: 1024
  60. -- line height: 18
  61. -- part name: Try Again
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   cleanScreen
  65.   visual scroll right slow
  66.   pop cd
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 7 (button)
  72. -- low flags: 00
  73. -- high flags: A004
  74. -- rect: left=399 top=256 right=282 bottom=485
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 216
  79. -- text size: 14
  80. -- style flags: 0
  81. -- line height: 18
  82. -- part name: Begin Again
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   answer "Start the game from the beginning?" with "Yes" or "No"
  86.   if it is "Yes" then
  87.     Reset
  88.     openStack
  89.     about
  90.   end if
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 8 (button)
  96. -- low flags: 00
  97. -- high flags: A004
  98. -- rect: left=349 top=288 right=314 bottom=435
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 216
  103. -- text size: 14
  104. -- style flags: 0
  105. -- line height: 18
  106. -- part name: Go Home
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   closeBook
  110. end mouseUp
  111.